home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / CALCULTR / MCALC / MCALC.ZIP / TestCalc.dfm / TestCalc.txt
Text File  |  1996-07-28  |  489b  |  30 lines

  1. object Form1: TForm1
  2.   Left = 476
  3.   Top = 432
  4.   Width = 241
  5.   Height = 68
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 136
  15.     Top = 8
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Go!'
  19.     TabOrder = 1
  20.     OnClick = Button1Click
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 8
  24.     Top = 8
  25.     Width = 121
  26.     Height = 21
  27.     TabOrder = 0
  28.   end
  29. end
  30.